/* 
* @Author: anchen
* @Date:   2016-12-02 11:03:46
* @Last Modified by:   anchen
* @Last Modified time: 2016-12-07 16:54:41
*/
#allmap {height: 100%;width:100%;overflow: hidden; }
    #result {width:100%;font-size:12px;}
    dl,dt,dd,ul,li{
        margin:0;
        padding:0;
        list-style:none;
    }
    dt{
        font-size:14px;
        font-family:"微软雅黑";
        font-weight:bold;
        border-bottom:1px dotted #000;
        padding:5px 0 5px 5px;
        margin:5px 0;
    }
    dd{
        padding:5px 0 0 5px;
    }
    /*li{
        line-height:28px;
    }*/
.map_mess{
    position: absolute;
    width: 470px;
    height: 475px;
    background: url(../images2/map/bg_map_info.png) repeat;
    bottom: 0;
    right: 0;
    z-index: 10000;
    padding: 5px 0 0 50px;
    box-sizing: border-box;
    color: #bebebe;
}
.map_mess h2{
    font-weight: normal;
    font-family: 'Open Sans',sans-serif;
    font-size: 40px;
    line-height: 100px;
    letter-spacing: -2px;
}
.map_mess address {
    font-family: 'Open Sans', sans-serif, "黑体";
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -1px;
    font-style: normal;
    margin-bottom: 8px;
}
.map_mess p{
    font-family: 'Open Sans', sans-serif, "黑体";
    font-size: 14px;
    margin-top: 30px;
}
.map_mess p:nth-of-type(2){
    margin-top: 15px;
    /*color:#fff;*/
}
.map_mess p:nth-of-type(3){
    margin-top: 15px;
    margin-left: 67px;
    /*color:#fff;*/
}
.map_mess p:nth-of-type(3) b{
    background:#c22b30;
}

.map_mess .span1{
    font-size: 16px;
    margin-right: 30px;
}
.map_mess b{
    font-size: 14px;
    background:#4862dc;
    font-weight: normal;
    padding:1px 5px;
    margin-right: 10px;
    color:#fff;
}
